MindFusion.Wpf Pack Programmer's Guide
Layer(TColor, TPalette).Draw Method (ICanvasWithPalette(TColor), Rect)
See Also
 





Draws the elements of this layer on the specified canvas.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract void Draw (
    ICanvasWithPalette<TColor> canvas,
    Rect bounds
)

Visual Basic  Copy Code

Public MustOverride Sub Draw( _
    canvas As ICanvasWithPalette(Of TColor), _
    bounds As Rect _
)

 Parameters

canvas

An ICanvasWithPalette specifying the drawing canvas.

bounds

A Rect specifying the map region to draw.

 See Also

Draw Method Overload List
Layer(TColor, TPalette) Members
Layer(TColor, TPalette) Class
MindFusion.Mapping Namespace